projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56be40f
)
introspect: Print full precision for the path error
author
Daniel Sabo
<DanielSabo@gmail.com>
Sun, 12 Jan 2014 02:46:35 +0000
(18:46 -0800)
committer
Daniel Sabo
<DanielSabo@gmail.com>
Fri, 31 Jan 2014 07:17:29 +0000
(23:17 -0800)
babl/babl-introspect.c
patch
|
blob
|
history
diff --git
a/babl/babl-introspect.c
b/babl/babl-introspect.c
index c3f6737fc04abcfbe8d41178de43952d683b2272..d9691926c7c32ce885dc2733cf1e77fc86a8aaf6 100644
(file)
--- a/
babl/babl-introspect.c
+++ b/
babl/babl-introspect.c
@@
-167,7
+167,7
@@
fish_introspect (Babl *babl)
static void
fish_path_introspect (Babl *babl)
{
- babl_log ("\t\tcost:%f error:%f",
+ babl_log ("\t\tcost:%f error:%
.12
f",
babl->fish_path.cost, babl->fish.error);
babl_list_each(babl->fish_path.conversion_list, each_introspect, NULL);